home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global temp
- if (the visible of sprite 11 = 1) and (the visible of sprite 12 = 1) then
- if temp = 1 then
- startTimer()
- set temp to 0
- end if
- repeat while the timer < 120
- go(the frame)
- end repeat
- go(54)
- end if
- go(the frame)
- end
-